Mention modal->autohide rename in migration guide
authorMatthias Clasen <mclasen@redhat.com>
Mon, 20 May 2019 00:03:30 +0000 (00:03 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 28 May 2019 20:25:16 +0000 (20:25 +0000)
docs/reference/gtk/migrating-3to4.xml

index 87e29441edb91286cc5c7504e328dbeb29ff03d3..b697dfb2d9c5402dd37a00aa6239e12a6522572f 100644 (file)
       <title>Adapt to changes in GtkOverlay API</title>
       <para>
         The GtkOverlay::pass-through child property has been replaced by the
-        GtkWidget::can-pick property. Note that they have the oppositve sense:
+        GtkWidget::can-pick property. Note that they have the opposite sense:
         pass-through == !can-pick.
       </para>
     </section>
         instead.
       </para>
     </section>
+
+    <section>
+      <title>GtkPopover::modal has been renamed to autohide</title>
+      <para>
+        The modal property has been renamed to autohide.
+        gtk-builder-tool can assist with the rename in ui files.
+      </para>
+    </section>
   </section>
 
 </chapter>